C1.iOS.DataCollection Assembly / C1.iOS.DataCollection Namespace / C1TableViewSource<T> Class / ShouldBeginMultipleSelectionInteraction Method

In This Topic
ShouldBeginMultipleSelectionInteraction Method (C1TableViewSource<T>)
In This Topic
Syntax
'Declaration
 
Public Overridable Function ShouldBeginMultipleSelectionInteraction( _
   ByVal tableView As UIKit.UITableView, _
   ByVal indexPath As Foundation.NSIndexPath _
) As Boolean
 

Parameters

tableView
indexPath
See Also